Change Window Size
Command Prototype
Window.SetSize(objUiElement,w,h)
Command Description
Change the size of a window (in pixel)
Parameter Description
- Required Parameter
- objUiElement--Corresponding window object; when passed as an integer, it is used as a window handle; when passed as a string, it is used as a window feature to find all matched window to operate; when passed as a UiElement object, operate the window containing it
- w--Width of a window
- h--Height of a window